home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 1997
/
MacHack 1997.toast
/
Hacks
/
Hacks ’97
/
Warrior’s Progress
/
source code
/
Source
/
Libraries
/
Events
/
Event Classes
/
Window Events
/
ActivateEvent.cp
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-06-28
|
286 b
|
18 lines
|
[
TEXT/CWIE
]
// ActivateEvent.cp
#ifndef ActivateEvent_h
#include "ActivateEvent.h"
#endif
#ifndef AbstractWindow_h
#include "AbstractWindow.h"
#endif
#ifndef UserState_h
#include "UserState.h"
#endif
void ActivateEvent::Respond() const
{
Window().Activate();
UserState::The().Announce();
}